mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
i3pystatus: drop praw dependency
praw is a reddit wrapper that sometimes poses problems when installing i3pystatus (twice in the past 6 months for me). As its usage should be relatively low, it should be fine to drop. users can go back the old behavior by overriding extraLibs
This commit is contained in:
parent
e8d00113e2
commit
c9f651e56e
@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
|
||||
sha256 = "0gw6sla73cid6gwxn2n4zmsg2svq5flf9zxly6x2rfljizgf0720";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ keyring colour netifaces praw psutil basiciw ] ++
|
||||
propagatedBuildInputs = with python3Packages; [ keyring colour netifaces psutil basiciw ] ++
|
||||
[ libpulseaudio ] ++ extraLibs;
|
||||
|
||||
libpulseaudioPath = stdenv.lib.makeLibraryPath [ libpulseaudio ];
|
||||
|
Loading…
Reference in New Issue
Block a user