Commit 5e579401 authored by annalee's avatar annalee Committed by Francesco Gazzetta
Browse files

pikopixel: unpin llvm9

parent 47bfa94a
Loading
Loading
Loading
Loading
+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";

@@ -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