sdcc: null out gputils by default

This commit is contained in:
Yegor Timoshenko 2018-07-17 19:05:15 +03:00 committed by GitHub
parent f969e426c0
commit 072febaa92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7074,7 +7074,9 @@ with pkgs;
scalafmt = callPackage ../development/tools/scalafmt { };
sdcc = callPackage ../development/compilers/sdcc { };
sdcc = callPackage ../development/compilers/sdcc {
gputils = null;
};
serpent = callPackage ../development/compilers/serpent { };