Get rid of most references to gtkLibs
svn path=/nixpkgs/trunk/; revision=33088
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
|
||||
{ pkgs, gimp }:
|
||||
let
|
||||
inherit (pkgs) stdenv fetchurl pkgconfig gtkLibs;
|
||||
inherit (gtkLibs) glib;
|
||||
inherit (pkgs) stdenv fetchurl pkgconfig glib;
|
||||
targetPluginDir = "$out/${gimp.name}-plugins";
|
||||
targetScriptDir = "$out/${gimp.name}-scripts";
|
||||
prefix = "plugin-gimp-";
|
||||
|
||||
Reference in New Issue
Block a user