dee: unpin autotools
This commit is contained in:
parent
0382d0a27b
commit
d82366a0d0
@ -11,6 +11,7 @@
|
|||||||
vala,
|
vala,
|
||||||
python3,
|
python3,
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
|
gtk-doc,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
autoreconfHook
|
autoreconfHook
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
python3
|
python3
|
||||||
|
gtk-doc
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
@ -7877,9 +7877,7 @@ with pkgs;
|
|||||||
|
|
||||||
makeDBusConf = callPackage ../development/libraries/dbus/make-dbus-conf.nix { };
|
makeDBusConf = callPackage ../development/libraries/dbus/make-dbus-conf.nix { };
|
||||||
|
|
||||||
dee = callPackage ../development/libraries/dee {
|
dee = callPackage ../development/libraries/dee { };
|
||||||
autoreconfHook = buildPackages.autoreconfHook269;
|
|
||||||
};
|
|
||||||
|
|
||||||
draco = callPackage ../development/libraries/draco {
|
draco = callPackage ../development/libraries/draco {
|
||||||
tinygltf = callPackage ../development/libraries/draco/tinygltf.nix { };
|
tinygltf = callPackage ../development/libraries/draco/tinygltf.nix { };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user