libcloudproviders: fix build
This commit is contained in:
parent
fefbcbc550
commit
f7397f21ab
@ -13,6 +13,10 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "1c3vfg8wlsv0fmi1lm9qhsqdvp4k33yvwn6j680rh49laayf7k3g";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./fix-include.patch
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
mesonFlags = [
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -46,7 +46,7 @@
|
||||
bindir = get_option ('bindir')
|
||||
datadir = get_option ('datadir')
|
||||
servicedir = join_paths (datadir, 'dbus-1', 'services')
|
||||
-incdir = join_paths (prefix, 'include', 'cloudproviders')
|
||||
+incdir = join_paths (prefix, get_option('includedir'), 'cloudproviders')
|
||||
|
||||
gnome = import('gnome')
|
||||
|
Loading…
Reference in New Issue
Block a user