mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
Fix bad merge
This commit is contained in:
parent
deb73f214c
commit
c80a791dd5
@ -4713,9 +4713,11 @@ in
|
||||
|
||||
all-cabal-hashes = callPackage ../data/misc/hackage/default.nix { };
|
||||
|
||||
purescript = haskell.lib.justStaticExecutables haskellPackages.purescript;
|
||||
haxe = callPackage ../development/compilers/haxe {
|
||||
inherit (ocamlPackages) camlp4;
|
||||
};
|
||||
|
||||
inherit (ocamlPackages) haxe;
|
||||
purescript = haskell.lib.justStaticExecutables haskellPackages.purescript;
|
||||
|
||||
hxcpp = callPackage ../development/compilers/haxe/hxcpp.nix { };
|
||||
|
||||
@ -12702,6 +12704,8 @@ in
|
||||
|
||||
cyclone = callPackage ../applications/audio/pd-plugins/cyclone { };
|
||||
|
||||
d4x = callPackage ../applications/misc/d4x { };
|
||||
|
||||
darcs = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.darcs) (drv: {
|
||||
configureFlags = (stdenv.lib.remove "-flibrary" drv.configureFlags or []) ++ ["-f-library"];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user