treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and release-19.09.
This commit is contained in:
@@ -5,7 +5,7 @@ with callPackage ./util.nix {};
|
||||
let patch = (callPackage ./sources.nix {}).staging;
|
||||
build-inputs = pkgNames: extra:
|
||||
(mkBuildInputs wineUnstable.pkgArches pkgNames) ++ extra;
|
||||
in assert (builtins.parseDrvName wineUnstable.name).version == patch.version;
|
||||
in assert stdenv.lib.getVersion wineUnstable == patch.version;
|
||||
|
||||
stdenv.lib.overrideDerivation wineUnstable (self: {
|
||||
buildInputs = build-inputs [ "perl" "utillinux" "autoconf" libtxc_dxtn_Name ] self.buildInputs;
|
||||
|
||||
Reference in New Issue
Block a user