gtk-sharp-{2,3}_0: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-21 00:54:14 +01:00
parent b6cc7f21ec
commit 32555b0f3a
5 changed files with 9 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
genericBuild
# !!! hack
export ALL_INPUTS="$out $pkgs"
find $out -name "*.dll.config" | while read configFile; do
echo "modifying config file $configFile"
$monoDLLFixer "$configFile"
done
-4
View File
@@ -7002,10 +7002,6 @@ with pkgs;
x11Support = true;
};
gtk-sharp-2_0 = callPackage ../development/libraries/gtk-sharp/2.0.nix { };
gtk-sharp-3_0 = callPackage ../development/libraries/gtk-sharp/3.0.nix { };
gtk-mac-integration-gtk2 = gtk-mac-integration.override {
gtk = gtk2;
};