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:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, afl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
version = (builtins.parseDrvName afl.name).version;
|
||||
version = stdenv.lib.getVersion afl;
|
||||
pname = "libdislocator";
|
||||
|
||||
src = afl.src;
|
||||
|
||||
Reference in New Issue
Block a user