unbreak NUR
This commit is contained in:
parent
524dc7117a
commit
b2eeb0c402
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue