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";
|
description = "Small and secure static webserver";
|
||||||
homepage = http://dmr.ath.cx/net/darkhttpd/;
|
homepage = http://dmr.ath.cx/net/darkhttpd/;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.bobvanderlinden ];
|
maintainers = [ maintainers.bobvanderlinden ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user