libcryptui: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+4
-2
@@ -10,6 +10,8 @@
|
||||
glib,
|
||||
gnome,
|
||||
gtk3,
|
||||
gtk3-x11,
|
||||
gtk3' ? if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3,
|
||||
gtk-doc,
|
||||
gnupg,
|
||||
gpgme,
|
||||
@@ -37,14 +39,14 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
dbus-glib # dbus-binding-tool
|
||||
gtk3 # AM_GLIB_GNU_GETTEXT
|
||||
gtk3' # AM_GLIB_GNU_GETTEXT
|
||||
gtk-doc
|
||||
intltool
|
||||
autoreconfHook
|
||||
];
|
||||
buildInputs = [
|
||||
glib
|
||||
gtk3
|
||||
gtk3'
|
||||
gnupg
|
||||
gpgme
|
||||
dbus-glib
|
||||
@@ -2954,10 +2954,6 @@ with pkgs;
|
||||
|
||||
ksmoothdock = libsForQt5.callPackage ../applications/misc/ksmoothdock { };
|
||||
|
||||
libcryptui = callPackage ../development/libraries/libcryptui {
|
||||
gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
|
||||
};
|
||||
|
||||
limine-full = limine.override { enableAll = true; };
|
||||
|
||||
liquidsoap = callPackage ../tools/audio/liquidsoap/full.nix {
|
||||
|
||||
Reference in New Issue
Block a user