Loading pkgs/applications/graphics/pikopixel/default.nix +4 −9 Original line number Diff line number Diff line { lib , fetchurl , gnustep , llvmPackages_9 }: let # Earlier llvm than 9 segfaults gnustep' = gnustep.override { llvmPackages = llvmPackages_9; }; in gnustep'.gsmakeDerivation rec { gnustep.gsmakeDerivation rec { pname = "pikopixel"; version = "1.0-b10"; Loading @@ -20,9 +15,9 @@ in gnustep'.gsmakeDerivation rec { sourceRoot = "PikoPixel.Sources.${version}/PikoPixel"; buildInputs = [ gnustep'.base gnustep'.gui gnustep'.back gnustep.base gnustep.gui gnustep.back ]; # Fix the Exec and Icon paths in the .desktop file, and save the file in the Loading Loading
pkgs/applications/graphics/pikopixel/default.nix +4 −9 Original line number Diff line number Diff line { lib , fetchurl , gnustep , llvmPackages_9 }: let # Earlier llvm than 9 segfaults gnustep' = gnustep.override { llvmPackages = llvmPackages_9; }; in gnustep'.gsmakeDerivation rec { gnustep.gsmakeDerivation rec { pname = "pikopixel"; version = "1.0-b10"; Loading @@ -20,9 +15,9 @@ in gnustep'.gsmakeDerivation rec { sourceRoot = "PikoPixel.Sources.${version}/PikoPixel"; buildInputs = [ gnustep'.base gnustep'.gui gnustep'.back gnustep.base gnustep.gui gnustep.back ]; # Fix the Exec and Icon paths in the .desktop file, and save the file in the Loading