mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
make-squashfs: use __structuredAttrs
Makes it easier to enable discarding of references, a feature of Nix 2.14 which requires structured attrs.
This commit is contained in:
parent
276f75e5ff
commit
56226c4674
@ -10,6 +10,7 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "squashfs.img";
|
||||
__structuredAttrs = true;
|
||||
|
||||
nativeBuildInputs = [ squashfsTools ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user