patchelf: fix license
Use the attr set instead of a string
This commit is contained in:
parent
0a784c094f
commit
d7003ed576
@ -12,11 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false; # fails 8 out of 24 tests, problems when loading libc.so.6
|
doCheck = false; # fails 8 out of 24 tests, problems when loading libc.so.6
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://nixos.org/patchelf.html;
|
homepage = https://nixos.org/patchelf.html;
|
||||||
license = "GPL";
|
license = licenses.gpl3;
|
||||||
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
|
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user