mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
dumpifs: use finalAttrs.src.name instead of hardcoding source
(cherry picked from commit 5b08236250)
This commit is contained in:
parent
9eaea30a77
commit
b525f22445
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
postUnpack = ''
|
||||
rm source/{dumpifs,exMifsLzo,uuu,zzz}
|
||||
rm ${finalAttrs.src.name}/{dumpifs,exMifsLzo,uuu,zzz}
|
||||
'';
|
||||
|
||||
patches = [ ./package.patch ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue