nixpkgs/pkgs/applications/kde-apps-14.12/dependencies.sh

13 lines
333 B
Bash
Raw Normal View History

2015-01-19 17:39:04 +00:00
#!/bin/sh
manifestXML=$(nix-build -E 'with (import ../../.. {}); autonix.writeManifestXML ./manifest.nix')
autonixDepsKf5=""
if [[ -z $1 ]]; then
2015-01-25 18:47:17 +00:00
autonixDepsKF5=$(nix-build ../../.. -A haskellngPackages.autonix-deps-kf5)/bin
2015-01-19 17:39:04 +00:00
else
autonixDepsKF5="$1/dist/build/kf5-deps"
fi
exec ${autonixDepsKF5}/kf5-deps "${manifestXML}"