gtk-sharp-{2,3}_0: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -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
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user