forked from mirrors/nixpkgs
brise: change platforms to linux only
This commit is contained in:
parent
1c99ffcb21
commit
cbf735e3f1
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
# Note that individual packages in this collection
|
||||
# may be released under different licenses
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.sifmelcara ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue