commit
bb77bbd3a0
|
@ -2,7 +2,7 @@
|
||||||
, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
|
, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook
|
||||||
, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
|
, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3
|
||||||
, bcrypt, gobject-introspection, gsettings-desktop-schemas
|
, bcrypt, gobject-introspection, gsettings-desktop-schemas
|
||||||
, pango, gdk_pixbuf, atk }:
|
, pango, gdk-pixbuf, atk }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "0.9.4";
|
version = "0.9.4";
|
||||||
|
@ -19,7 +19,7 @@ buildPythonApplication rec {
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
# For setup hook populating GI_TYPELIB_PATH
|
# For setup hook populating GI_TYPELIB_PATH
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
pango gdk_pixbuf atk libnotify
|
pango gdk-pixbuf atk libnotify
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
|
@ -119541,8 +119541,6 @@ self: {
|
||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "A modern format for Haskell packages";
|
description = "A modern format for Haskell packages";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hpack-convert" = callPackage
|
"hpack-convert" = callPackage
|
||||||
|
@ -126072,8 +126070,6 @@ self: {
|
||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "Verified downloads with retries";
|
description = "Verified downloads with retries";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"http-encodings" = callPackage
|
"http-encodings" = callPackage
|
||||||
|
@ -173140,8 +173136,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Content addressable Haskell package management";
|
description = "Content addressable Haskell package management";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pantry-tmp" = callPackage
|
"pantry-tmp" = callPackage
|
||||||
|
|
Loading…
Reference in New Issue