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:
@@ -8,7 +8,7 @@
|
||||
|
||||
in symlinkJoin {
|
||||
|
||||
name = "vdr-with-plugins-${(builtins.parseDrvName vdr.name).version}";
|
||||
name = "vdr-with-plugins-${lib.getVersion vdr}";
|
||||
|
||||
paths = [ vdr ] ++ plugins;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user