nix: fix license, it's LGPL-2.1 now rather than MIT.
This commit is contained in:
parent
1b015ed17a
commit
e1c3130e77
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nix'
|
# Template file for 'nix'
|
||||||
pkgname=nix
|
pkgname=nix
|
||||||
version=1.8
|
version=1.8
|
||||||
revision=9
|
revision=10
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# Use /nix/var as suggested by the official Manual.
|
# Use /nix/var as suggested by the official Manual.
|
||||||
configure_args="--localstatedir=/nix/var"
|
configure_args="--localstatedir=/nix/var"
|
||||||
|
@ -31,14 +31,12 @@ make_dirs="
|
||||||
/nix/store 1775 root nixbld"
|
/nix/store 1775 root nixbld"
|
||||||
short_desc="A purely functional package manager"
|
short_desc="A purely functional package manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="LGPL-2.1"
|
||||||
homepage="http://nixos.org/nix/"
|
homepage="http://nixos.org/nix/"
|
||||||
distfiles="http://nixos.org/releases/nix/nix-${version}/nix-${version}.tar.xz"
|
distfiles="http://nixos.org/releases/nix/nix-${version}/nix-${version}.tar.xz"
|
||||||
checksum=a30a5e801bc1cb1019cbc3456d961a307c45c9c588b8692cf1293ea6588ef01c
|
checksum=a30a5e801bc1cb1019cbc3456d961a307c45c9c588b8692cf1293ea6588ef01c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
|
||||||
|
|
||||||
vmkdir etc/nix
|
vmkdir etc/nix
|
||||||
# Remove unused stuff.
|
# Remove unused stuff.
|
||||||
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/nix
|
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue