Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: remove readline from the nix pkg also
Browse files Browse the repository at this point in the history
closes #558
  • Loading branch information
pjenvey committed Aug 5, 2016
1 parent 2e48a5e commit e7c8d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
with import <nixpkgs> {}; {
pyEnv = stdenv.mkDerivation {
name = "autopush-env";
buildInputs = [ stdenv gcc python27Full python27Packages.virtualenv readline libffi openssl openjdk7 gnumake ];
buildInputs = [ stdenv gcc python27Full python27Packages.virtualenv libffi openssl openjdk7 gnumake ];
shellHook = ''
if [ ! -d pypy ]
then
Expand Down

0 comments on commit e7c8d38

Please sign in to comment.