summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-28 22:58:24 +0000
committerGitHub <noreply@github.com>2018-10-28 22:58:24 +0000
commitea30c719dd87763e5714117956a4eaa4cddcd0a8 (patch)
tree38928b1eb2c0ecfcccfdf276072b0a50e2ff3285 /pkgs/development
parent18ecca67dfc7037140c9cefdfea98f5ce542081f (diff)
parent80d4263526985ea7cd412ae00e54eeebb62fd478 (diff)
downloadnixlib-ea30c719dd87763e5714117956a4eaa4cddcd0a8.tar
nixlib-ea30c719dd87763e5714117956a4eaa4cddcd0a8.tar.gz
nixlib-ea30c719dd87763e5714117956a4eaa4cddcd0a8.tar.bz2
nixlib-ea30c719dd87763e5714117956a4eaa4cddcd0a8.tar.lz
nixlib-ea30c719dd87763e5714117956a4eaa4cddcd0a8.tar.xz
nixlib-ea30c719dd87763e5714117956a4eaa4cddcd0a8.tar.zst
nixlib-ea30c719dd87763e5714117956a4eaa4cddcd0a8.zip
Merge pull request #49368 from Mic92/mono-cleanup2
mono44: remove insecure version
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/mono/4.4.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/compilers/mono/4.4.nix b/pkgs/development/compilers/mono/4.4.nix
deleted file mode 100644
index 9a3ccd1fd861..000000000000
--- a/pkgs/development/compilers/mono/4.4.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ callPackage, Foundation, libobjc }:
-
-callPackage ./generic.nix (rec {
-  inherit Foundation libobjc;
-  version = "4.4.2.11";
-  sha256 = "0cxnypw1j7s253wr5hy05k42ghgg2s9qibp10kndwnp5bv12q34h";
-  enableParallelBuilding = false; # #32386, https://hydra.nixos.org/build/65565737
-})