summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/skaware
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-10-14 16:08:52 +0200
committerProfpatsch <mail@profpatsch.de>2019-10-18 16:43:51 +0200
commitbbcdd01f6bc5b6d185c6f46df0c882efd63ebdd1 (patch)
tree1551ec8867d8b82dbc503332ed2b6b79429967b4 /pkgs/build-support/skaware
parentc1e21ab5fd26e1ef9b82a4d619ab0ebed56ae23c (diff)
Revert "skawarePackages.execline: wrap execlineb with tools"
Using wrapProgram adds a call to `bash` around every call of `execline`, which clearly misses the basic idea behind `execline` in the first place … This reverts commit b64d25c44782027414509460c1900646dee57db1.
Diffstat (limited to 'pkgs/build-support/skaware')
-rw-r--r--pkgs/build-support/skaware/build-skaware-package.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/build-support/skaware/build-skaware-package.nix b/pkgs/build-support/skaware/build-skaware-package.nix
index ce32279710e2..9b159a994c80 100644
--- a/pkgs/build-support/skaware/build-skaware-package.nix
+++ b/pkgs/build-support/skaware/build-skaware-package.nix
@@ -19,10 +19,6 @@ in {
# mostly for moving and deleting files from the build directory
# : lines
, postInstall
- # packages with setup hooks that should be run
- # (see definition of `makeSetupHook`)
- # : list drv
-, setupHooks ? []
# : list Maintainer
, maintainers ? []
@@ -67,8 +63,6 @@ in stdenv.mkDerivation {
dontDisableStatic = true;
enableParallelBuilding = true;
- nativeBuildInputs = setupHooks;
-
configureFlags = configureFlags ++ [
"--enable-absolute-paths"
(if stdenv.isDarwin