remove patch and move default.nix
This commit is contained in:
parent
aca5dba7a1
commit
2342b6a10f
6 changed files with 3 additions and 84 deletions
|
|
@ -25,10 +25,7 @@ stdenv.mkDerivation {
|
|||
dontBuild = true;
|
||||
dontInstall = true;
|
||||
|
||||
patches = [ ./fix-makefile.diff ];
|
||||
|
||||
postPatch = ''
|
||||
mkdir -p $out/bin
|
||||
make install PREFIX=$out
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue