mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +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 {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "nox-${version}";
|
name = "nox-${version}";
|
||||||
|
@ -10,7 +10,7 @@ pythonPackages.buildPythonPackage rec {
|
||||||
sha256 = "1s1jhickdhym70qrb5h4qxq1mvkpwgdppqpfb2jnpfaf1az6c207";
|
sha256 = "1s1jhickdhym70qrb5h4qxq1mvkpwgdppqpfb2jnpfaf1az6c207";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pythonPackages.pbr makeWrapper ];
|
buildInputs = [ pythonPackages.pbr ];
|
||||||
|
|
||||||
pythonPath = with pythonPackages; [
|
pythonPath = with pythonPackages; [
|
||||||
dogpile_cache
|
dogpile_cache
|
||||||
|
@ -19,8 +19,6 @@ pythonPackages.buildPythonPackage rec {
|
||||||
characteristic
|
characteristic
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = "wrapProgram $out/bin/nox --prefix PATH : ${nix}/bin";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/madjar/nox;
|
homepage = https://github.com/madjar/nox;
|
||||||
description = "Tools to make nix nicer to use";
|
description = "Tools to make nix nicer to use";
|
||||||
|
|
Loading…
Reference in a new issue