mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
commit
2b1c649146
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, pythonPackages, fetchurl, makeWrapper, nix }:
|
||||
{ lib, pythonPackages, fetchurl }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "nox-${version}";
|
||||
|
@ -10,7 +10,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
sha256 = "1s1jhickdhym70qrb5h4qxq1mvkpwgdppqpfb2jnpfaf1az6c207";
|
||||
};
|
||||
|
||||
buildInputs = [ pythonPackages.pbr makeWrapper ];
|
||||
buildInputs = [ pythonPackages.pbr ];
|
||||
|
||||
pythonPath = with pythonPackages; [
|
||||
dogpile_cache
|
||||
|
@ -19,8 +19,6 @@ pythonPackages.buildPythonPackage rec {
|
|||
characteristic
|
||||
];
|
||||
|
||||
postInstall = "wrapProgram $out/bin/nox --prefix PATH : ${nix}/bin";
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/madjar/nox;
|
||||
description = "Tools to make nix nicer to use";
|
||||
|
|
Loading…
Reference in a new issue