mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
diffuse: do not use top-level python packages
This commit is contained in:
parent
39b819d7ad
commit
24314edbc8
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{ stdenv, fetchurl, python, pygtk, makeWrapper }:
|
||||
{ stdenv, fetchurl, python27Packages, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (python27Packages) pygtk python;
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "0.4.8";
|
||||
name = "diffuse-${version}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue