Merge pull request #123505 from stephank/fix-simple-http-server-darwin

simple-http-server: fix darwin build
This commit is contained in:
Pavol Rusnak
2021-05-18 18:45:24 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -31327,7 +31327,9 @@ in
simplehttp2server = callPackage ../servers/simplehttp2server { };
simple-http-server = callPackage ../servers/simple-http-server { };
simple-http-server = callPackage ../servers/simple-http-server {
inherit (darwin.apple_sdk.frameworks) Security;
};
diceware = with python3Packages; toPythonApplication diceware;