Skip to content

Commit

Permalink
buildbot: buildbot-pkg fix
Browse files Browse the repository at this point in the history
Fixes issue mentioned in
#33992 (comment)
  • Loading branch information
FRidh committed Feb 3, 2018
1 parent 2564ea9 commit 73d985f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/tools/build-managers/buildbot/pkg.nix
Expand Up @@ -12,6 +12,12 @@ buildPythonPackage rec {

propagatedBuildInputs = [ setuptools ];

postPatch = ''
# Their listdir function filters out `node_modules` folders.
# Do we have to care about that with Nix...?
substituteInPlace buildbot_pkg.py --replace "os.listdir = listdir" ""
'';

meta = with stdenv.lib; {
homepage = http://buildbot.net/;
description = "Buildbot Packaging Helper";
Expand Down

0 comments on commit 73d985f

Please sign in to comment.