boolstuff: expand platforms to all
This commit is contained in:
parent
5549e98c8c
commit
aebe0ec419
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "${baseurl}/boolstuff.html";
|
homepage = "${baseurl}/boolstuff.html";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
maintainers = [ lib.maintainers.marcweber ];
|
maintainers = [ lib.maintainers.marcweber ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user