Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 28, 2017
1 parent deb73f2 commit c80a791
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down Expand Up @@ -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"];
});
Expand Down

0 comments on commit c80a791

Please sign in to comment.