Skip to content

Commit

Permalink
treewide: fix evaluation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 22, 2016
1 parent ceb1d53 commit af0fec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/brackets/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, buildEnv, gtk, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
{ stdenv, fetchurl, buildEnv, gtk2, glib, gdk_pixbuf, alsaLib, nss, nspr, gconf
, cups, libgcrypt_1_5, systemd, makeWrapper, dbus }:
let
bracketsEnv = buildEnv {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -20975,7 +20975,7 @@ in modules // {

# - duplicate of whoosh
# - alias added for backward-compatibility (removed in the next version)
Whoosh = whoosh;
Whoosh = self.whoosh;

pysolr = buildPythonPackage rec {
name = "pysolr-${version}";
Expand Down

0 comments on commit af0fec6

Please sign in to comment.