treewide: use dontUnpack
This commit is contained in:
@@ -7,7 +7,7 @@ let
|
||||
bin2c = stdenv.mkDerivation {
|
||||
name = "bossa-bin2c";
|
||||
src = ./bin2c.c;
|
||||
unpackPhase = "true";
|
||||
dontUnpack = true;
|
||||
buildPhase = ''cc $src -o bin2c'';
|
||||
installPhase = ''mkdir -p $out/bin; cp bin2c $out/bin/'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user