samsung-unified-linux-driver 4.01.17: unify derivation name
Change the name of the derivation in `pkgs/misc/cups/drivers/samsung/4.01.17.nix` from "samsung-UnifiedLinuxDriver" to "samsung-unified-linux-driver", so that it matches the names of the other versions declared in `pkgs/misc/cups/drivers/samsung/1.00.37.nix` and in `pkgs/by-name/sa/samsung-unified-linux-driver_1_00_36/package.nix`.
This commit is contained in:
@@ -33,7 +33,7 @@ let
|
||||
+ ":$out/lib:${lib.getLib stdenv.cc.cc}/lib${appendPath}";
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "samsung-UnifiedLinuxDriver";
|
||||
pname = "samsung-unified-linux-driver";
|
||||
version = "4.01.17";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user