Merge pull request #249046 from NixOS/revert-246248-gtk-derivation-rename

This commit is contained in:
Artturi
2023-08-14 09:34:34 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ let
};
in
stdenv.mkDerivation (finalAttrs: {
pname = "gtk2";
pname = "gtk+";
version = "2.24.33";
src = fetchurl {
+1 -1
View File
@@ -62,7 +62,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gtk3";
pname = "gtk+3";
version = "3.24.38";
outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc";