mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge #12783: add some meta.platforms attributes
This commit is contained in:
commit
7fa9a1abce
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://git.kernel.org/cgit/utils/dtc/dtc.git;
|
homepage = https://git.kernel.org/cgit/utils/dtc/dtc.git;
|
||||||
license = licenses.gpl2; # dtc itself is GPLv2, libfdt is dual GPL/BSD
|
license = licenses.gpl2; # dtc itself is GPLv2, libfdt is dual GPL/BSD
|
||||||
maintainers = [ maintainers.dezgeg ];
|
maintainers = [ maintainers.dezgeg ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://savannah.nongnu.org/projects/acl;
|
homepage = http://savannah.nongnu.org/projects/acl;
|
||||||
description = "Library and tools for manipulating access control lists";
|
description = "Library and tools for manipulating access control lists";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://savannah.nongnu.org/projects/attr/;
|
homepage = http://savannah.nongnu.org/projects/attr/;
|
||||||
description = "Library and tools for manipulating extended attributes";
|
description = "Library and tools for manipulating extended attributes";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://anonscm.debian.org/cgit/d-i/console-setup.git;
|
homepage = http://anonscm.debian.org/cgit/d-i/console-setup.git;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ dezgeg ];
|
maintainers = with stdenv.lib.maintainers; [ dezgeg ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user