1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

kf58: fix inherited typo

This commit is contained in:
Thomas Tuegel 2015-03-24 17:50:46 -05:00
parent 8fd5dd89ac
commit 6eeaef55e5

View file

@ -19,7 +19,7 @@ with stdenv.lib; with autonix;
let
mkDerivation = drv:
let inherit (builtins.parseDrvName drv.version) version; in
let inherit (builtins.parseDrvName drv.name) version; in
stdenv.mkDerivation
(drv // {
setupHook = ./setup-hook.sh;