treewide: Fix packages using name where they should use pname
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
};
|
||||
wrappedPython = python3.withPackages (_: [ threaded_servers ]);
|
||||
in stdenv.mkDerivation {
|
||||
name = "quickserve";
|
||||
pname = "quickserve";
|
||||
version = "2018";
|
||||
|
||||
unpackPhase = ":";
|
||||
|
||||
Reference in New Issue
Block a user