remove patch and move default.nix

This commit is contained in:
Tanish2002 2022-05-08 22:53:49 +05:30
parent aca5dba7a1
commit 2342b6a10f
6 changed files with 3 additions and 84 deletions

View file

@ -25,10 +25,7 @@ stdenv.mkDerivation {
dontBuild = true;
dontInstall = true;
patches = [ ./fix-makefile.diff ];
postPatch = ''
mkdir -p $out/bin
make install PREFIX=$out
'';