summary refs log tree commit diff
path: root/pkgs/development/compilers/mono
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-17 18:06:22 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-17 18:06:22 +0000
commit1161741351cbc60581eaecb4df2e1036b1fafd55 (patch)
tree6c39e36cc3ebeb91d502900c95d33cc26aec7b22 /pkgs/development/compilers/mono
parenteb3653482008bf791da71613714294ed4dbfef52 (diff)
parent73598e3787b34385d04e46830e9a7fdf89cc8ede (diff)
downloadnixlib-1161741351cbc60581eaecb4df2e1036b1fafd55.tar
nixlib-1161741351cbc60581eaecb4df2e1036b1fafd55.tar.gz
nixlib-1161741351cbc60581eaecb4df2e1036b1fafd55.tar.bz2
nixlib-1161741351cbc60581eaecb4df2e1036b1fafd55.tar.lz
nixlib-1161741351cbc60581eaecb4df2e1036b1fafd55.tar.xz
nixlib-1161741351cbc60581eaecb4df2e1036b1fafd55.tar.zst
nixlib-1161741351cbc60581eaecb4df2e1036b1fafd55.zip
Merge branch 'master' into staging
* master: (28 commits)
  go_1_9: skip flaky TestWaitGroupMisuse2
  erlangR18: fix patch hashes with fetchpatch
  xml2: replace dead links
  nixos/pam: fix docs about path to u2f_keys file
  cinelerra: add a note about parallel building
  msmtp: install docs and examples (#31769)
  kernel: Fix out-of-tree modules on aarch64
  nixos/tests/acme: update terms of service to fix test
  gixy: init at 0.1.8
  pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules
  mono: init at 4.8
  wal-g: fix license so not to break evaluation
  wal-g: init at 0.1.2
  maintainers: add backuitist
  nixos/prometheus: Correct documentation for external_labels
  spidermonkey: replace broken links
  vagrant: removed custom rake gem
  vagrant: 2.0.0 -> 2.0.1
  nixos/prometheus: add external_labels option
  nixos/prometheus: add scrape_configs.honor_labels
  ...
Diffstat (limited to 'pkgs/development/compilers/mono')
-rw-r--r--pkgs/development/compilers/mono/4.8.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/compilers/mono/4.8.nix b/pkgs/development/compilers/mono/4.8.nix
new file mode 100644
index 000000000000..6d870ae30680
--- /dev/null
+++ b/pkgs/development/compilers/mono/4.8.nix
@@ -0,0 +1,7 @@
+{ stdenv, callPackage, Foundation, libobjc }:
+
+callPackage ./generic-cmake.nix (rec {
+  inherit Foundation libobjc;
+  version = "4.8.1.0";
+  sha256 = "1vyvp2g28ihcgxgxr8nhzyzdmzicsh5djzk8dk1hj5p5f2k3ijqq";
+})