pharo6: Minor fixes and cleanups

This commit is contained in:
Luke Gorrie
2017-06-29 18:09:06 +00:00
parent fdb90f6df7
commit 54be67dbd0
3 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, file, makeDesktopItem, cog32, spur32, spur64 ? "none" }:
stdenv.mkDerivation rec {
name = "pharo-vm";
name = "pharo";
src = ./.;
inherit cog32 spur32 spur64 file;
magic = ./magic;