mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kf57: fix evaluation
This commit is contained in:
parent
d38c414d94
commit
f4146b7f2d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue