mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gmobile: fix LIBEXECDIR being exported in public header
This commit is contained in:
parent
916efb3f82
commit
ad4dd07eb6
1 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
udevCheckHook,
|
||||
vala,
|
||||
nix-update-script,
|
||||
fetchpatch2,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
@ -28,6 +29,14 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-RXkH+48WzACgNcIROlSTSO4l/ujWVHJDG+Xtk4k7Rdw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
name = "dont-set-libexecdir.patch";
|
||||
url = "https://gitlab.gnome.org/World/Phosh/gmobile/-/commit/b085e13898edddf31b6da8c8fc4119bb2cb59c38.patch";
|
||||
hash = "sha256-S3S1FORPC8czFx0ivLVOUhamStaJsKd6oXnh1jbdr3Y=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
gtk-doc
|
||||
meson
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue