kf57: fix evaluation
This commit is contained in:
parent
d38c414d94
commit
f4146b7f2d
@ -19,7 +19,7 @@ with stdenv.lib; with autonix;
|
||||
let
|
||||
|
||||
mkDerivation = drv:
|
||||
let inherit (parseDrvName drv.version) version; in
|
||||
let inherit (builtins.parseDrvName drv.version) version; in
|
||||
stdenv.mkDerivation
|
||||
(drv // {
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user