Merge pull request #37077 from Maxdamantus/edbrowse

edbrowse: 3.6.1 -> 3.7.2
This commit is contained in:
Jörg Thalheim
2018-03-18 12:39:15 +00:00
committed by GitHub
2 changed files with 8 additions and 10 deletions

View File

@@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
install -d $out/bin
install -m755 duk $out/bin/
install -d $out/lib
install -m755 libduktape* $out/lib/
install -d $out/include
make -f Makefile.sharedlibrary install INSTALL_PREFIX=$out
'';
enableParallelBuilding = true;