librecad: fix build

recently this stopped building on nixos-unstable

a git bisect of nixpkgs revealed;

`# first bad commit: [8f729c0070] gcc: switch default to gcc9`

this switches the build to use gcc8Stdenv
This commit is contained in:
Robert Djubek
2020-01-09 20:39:10 +00:00
parent 568fd9c191
commit e0f6da5655
2 changed files with 41 additions and 11 deletions
+2 -2
View File
@@ -23697,8 +23697,8 @@ in
bftools = callPackage ../applications/science/biology/bftools { };
blast = callPackage ../applications/science/biology/blast {
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
blast = callPackage ../applications/science/biology/blast {
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
};
cd-hit = callPackage ../applications/science/biology/cd-hit { };