gnome3: stop using aliases
This commit is contained in:
@@ -6,7 +6,7 @@ let pkg = import ./base.nix {
|
||||
};
|
||||
in callPackage pkg {
|
||||
buildInputs = [ glib gtk3 libxml2 gnuplot (callPackage ./libmirage.nix {}) makeWrapper
|
||||
gnome3.defaultIconTheme gdk_pixbuf librsvg intltool ];
|
||||
gnome3.adwaita-icon-theme gdk_pixbuf librsvg intltool ];
|
||||
drvParams = {
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/image-analyzer \
|
||||
|
||||
@@ -8,7 +8,7 @@ let
|
||||
inherit (pythonPackages) python pygobject3;
|
||||
in callPackage pkg {
|
||||
buildInputs = [ python pygobject3 gtk3 glib libnotify intltool makeWrapper
|
||||
gnome3.defaultIconTheme gdk_pixbuf librsvg ];
|
||||
gnome3.adwaita-icon-theme gdk_pixbuf librsvg ];
|
||||
drvParams = {
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/gcdemu \
|
||||
|
||||
Reference in New Issue
Block a user