kf58: fix inherited typo
This commit is contained in:
parent
8fd5dd89ac
commit
6eeaef55e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user