summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-02-01 10:25:19 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-02-01 10:26:55 -0600
commit2b933f31f6efd3d0f3a398205ea00b697232ef08 (patch)
treeae102f42d62827e8f8fe0c3393b281a3ec09f050 /pkgs/build-support
parent9e7afd50fba62b5cb5e096a2afe3abde14f2572f (diff)
downloadnixlib-2b933f31f6efd3d0f3a398205ea00b697232ef08.tar
nixlib-2b933f31f6efd3d0f3a398205ea00b697232ef08.tar.gz
nixlib-2b933f31f6efd3d0f3a398205ea00b697232ef08.tar.bz2
nixlib-2b933f31f6efd3d0f3a398205ea00b697232ef08.tar.lz
nixlib-2b933f31f6efd3d0f3a398205ea00b697232ef08.tar.xz
nixlib-2b933f31f6efd3d0f3a398205ea00b697232ef08.tar.zst
nixlib-2b933f31f6efd3d0f3a398205ea00b697232ef08.zip
kdeApps.kmix: remove Qt 4 dependencies
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/autonix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/autonix/default.nix b/pkgs/build-support/autonix/default.nix
index ec4a2beb4d01..e7d85cc5085e 100644
--- a/pkgs/build-support/autonix/default.nix
+++ b/pkgs/build-support/autonix/default.nix
@@ -162,6 +162,7 @@ in
   inherit generateCollection;
   inherit isDepAttr;
   inherit manifest;
+  inherit removePkgDeps;
   inherit resolveDeps;
   inherit userEnvPkg;
   inherit writeManifestXML;