unbreak NUR

This commit is contained in:
Jörg Thalheim 2020-06-27 14:50:11 +01:00
parent 524dc7117a
commit b2eeb0c402
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -6,7 +6,8 @@ python3Packages.buildPythonApplication {
name = "nur";
src = ./.;
propagatedBuildInputs = [ python3Packages.irc ];
# FIXME: uncomment after the next nixpkgs channel bump
#propagatedBuildInputs = [ python3Packages.irc ];
makeWrapperArgs = [
"--prefix" "PATH" ":" "${stdenv.lib.makeBinPath [ nix-prefetch-git git nix ]}"