gargoyle: remove cf-private

This commit is contained in:
Daiderd Jordan 2019-06-19 23:20:34 +02:00
parent bbf5f7e3da
commit 56127c23c2
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, substituteAll, jam, cctools, pkgconfig
, SDL, SDL_mixer, SDL_sound, cf-private, gtk2, libvorbis, smpeg }:
, SDL, SDL_mixer, SDL_sound, gtk2, libvorbis, smpeg }:
let
@ -32,7 +32,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ jam pkgconfig ] ++ stdenv.lib.optional stdenv.isDarwin cctools;
buildInputs = [ SDL SDL_mixer SDL_sound gtk2 ]
++ stdenv.lib.optionals stdenv.isDarwin [ cf-private smpeg libvorbis ];
++ stdenv.lib.optionals stdenv.isDarwin [ smpeg libvorbis ];
buildPhase = jamenv + "jam -j$NIX_BUILD_CORES";

View file

@ -21541,7 +21541,7 @@ in
garden-of-coloured-lights = callPackage ../games/garden-of-coloured-lights { allegro = allegro4; };
gargoyle = callPackage ../games/gargoyle {
inherit (darwin) cctools cf-private;
inherit (darwin) cctools;
};
gav = callPackage ../games/gav { };