Use phases whitelist instead of dont*
This commit is contained in:
parent
ce75f2ae7d
commit
2024e230a8
@ -21,9 +21,7 @@
|
|||||||
|
|
||||||
# The build is simply a call to makeWrapper, so we don't have to
|
# The build is simply a call to makeWrapper, so we don't have to
|
||||||
# do any of the typical build steps.
|
# do any of the typical build steps.
|
||||||
dontUnpack = true;
|
phases = [ "installPhase" ];
|
||||||
dontConfigure = true;
|
|
||||||
dontBuild = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
# makeBinaryWrapper creates a stack executable for us that uses
|
# makeBinaryWrapper creates a stack executable for us that uses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user