forked from mirrors/nixpkgs
Merge pull request #27361 from yegortimoshenko/patch-2
darkhttpd: platforms.linux → platforms.all
This commit is contained in:
commit
e39e869fa3
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Small and secure static webserver";
|
||||
homepage = http://dmr.ath.cx/net/darkhttpd/;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.bobvanderlinden ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue