mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
kf58: fix inherited typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user