haskellPackages: clean up accidentally commited override
This commit is contained in:
parent
c90db6bd1f
commit
a62bfb18cc
@ -2235,14 +2235,4 @@ self: super: {
|
||||
# The shipped Setup.hs file is broken.
|
||||
csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv;
|
||||
|
||||
random-fu = assert pkgs.lib.versionOlder super.random-fu.version "0.3.0.0";
|
||||
overrideCabal (drv: {
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1iz4b8742pshzsscy6pq39x4pndvyrydzrn968fzav9b1y6ib7d1";
|
||||
revision = null;
|
||||
editedCabalFile = null;
|
||||
}) (super.random-fu.overide {
|
||||
rvar = self.rvar_0_3_0_0;
|
||||
});
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user