mujs: install shared lib
This commit is contained in:
parent
d19b48511b
commit
4f5e435b93
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
installFlags = [ "install-shared" ];
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
# No nicer place to track releases
|
||||
url = "git://git.ghostscript.com/mujs.git";
|
||||
|
|
Loading…
Reference in a new issue