summary refs log tree commit diff
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2017-08-30 17:23:34 +0200
committerCillian de Róiste <cillian.deroiste@gmail.com>2017-08-30 17:57:27 +0200
commit5b70a2f1e555b802f5302489136675ec6edba61e (patch)
tree7490b9736041a7092979809b1a7cc0455c5e87b4
parent28856eb23b85d341a07cc79eccfe8e5e7e1d814c (diff)
downloadnixlib-5b70a2f1e555b802f5302489136675ec6edba61e.tar
nixlib-5b70a2f1e555b802f5302489136675ec6edba61e.tar.gz
nixlib-5b70a2f1e555b802f5302489136675ec6edba61e.tar.bz2
nixlib-5b70a2f1e555b802f5302489136675ec6edba61e.tar.lz
nixlib-5b70a2f1e555b802f5302489136675ec6edba61e.tar.xz
nixlib-5b70a2f1e555b802f5302489136675ec6edba61e.tar.zst
nixlib-5b70a2f1e555b802f5302489136675ec6edba61e.zip
lmms: use gcc5
This should be fixed in 1.2, which has had a few release candidates
already.
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index a846fbab75b4..82eafe36d355 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -15097,7 +15097,9 @@ with pkgs;
 
   llpp = ocaml-ng.ocamlPackages_4_04.callPackage ../applications/misc/llpp { };
 
-  lmms = callPackage ../applications/audio/lmms { };
+  lmms = callPackage ../applications/audio/lmms {
+    stdenv = overrideCC stdenv gcc5;
+  };
 
   loxodo = callPackage ../applications/misc/loxodo { };