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:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user