kf57: fix evaluation

This commit is contained in:
Thomas Tuegel 2015-03-13 16:27:04 -05:00
parent d38c414d94
commit f4146b7f2d

View file

@ -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;