pure: mark as broken
This commit is contained in:
parent
b57464448b
commit
ae2a5a91dd
|
@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = with lib.platforms;
|
||||
linux;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9325,7 +9325,7 @@ in
|
|||
polyml57 = callPackage ../development/compilers/polyml/5.7.nix { };
|
||||
|
||||
pure = callPackage ../development/interpreters/pure {
|
||||
llvm = llvm_35;
|
||||
/*llvm = llvm_35;*/
|
||||
};
|
||||
purePackages = recurseIntoAttrs (callPackage ./pure-packages.nix {});
|
||||
|
||||
|
|
Loading…
Reference in New Issue