commit
9e5bb1566e
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
-e 's@/usr/local@'"$out"@ makefile
|
-e 's@/usr/local@'"$out"@ makefile
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = "make -f makefile linux LNKFLAGS='-lcrypt -lresolv'";
|
buildPhase = "make -f makefile linux KFLAGS='-D_IO_file_flags' LNKFLAGS='-lcrypt -lresolv'";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
@ -35,6 +35,5 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user