summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-09-23 10:38:44 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-09-23 10:42:34 +0200
commit76ef7a93e302a4a92954e4b40863c6702df5ac8d (patch)
tree421a74c886dadc0001b7f42a78ad2cf8b1a5de6f /pkgs/development/python-modules
parent6b0add86b99f7d03f6bc80c1742f79e80b9ae413 (diff)
parenteb09b1fd856e7346d60188b2df64fdfe758c2fc4 (diff)
downloadnixlib-76ef7a93e302a4a92954e4b40863c6702df5ac8d.tar
nixlib-76ef7a93e302a4a92954e4b40863c6702df5ac8d.tar.gz
nixlib-76ef7a93e302a4a92954e4b40863c6702df5ac8d.tar.bz2
nixlib-76ef7a93e302a4a92954e4b40863c6702df5ac8d.tar.lz
nixlib-76ef7a93e302a4a92954e4b40863c6702df5ac8d.tar.xz
nixlib-76ef7a93e302a4a92954e4b40863c6702df5ac8d.tar.zst
nixlib-76ef7a93e302a4a92954e4b40863c6702df5ac8d.zip
Merge: xlibs and x11 attribute cleanup
Frequently using multiple *almost* identical attributes is bad.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pycairo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pycairo/default.nix b/pkgs/development/python-modules/pycairo/default.nix
index 0589bec36b95..cb93ccc2b581 100644
--- a/pkgs/development/python-modules/pycairo/default.nix
+++ b/pkgs/development/python-modules/pycairo/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, python, pkgconfig, cairo, x11, isPyPy }:
+{ stdenv, fetchurl, fetchpatch, python, pkgconfig, cairo, xlibsWrapper, isPyPy }:
 
 if isPyPy then throw "pycairo not supported for interpreter ${python.executable}" else stdenv.mkDerivation rec {
   version = "1.10.0";
@@ -23,7 +23,7 @@ if isPyPy then throw "pycairo not supported for interpreter ${python.executable}
     sha256 = "0xfl1i9dips2nykyg91f5h5r3xpk2hp1js1gq5z0hwjr0in55id4";
   };
 
-  buildInputs = [ python pkgconfig cairo x11 ];
+  buildInputs = [ python pkgconfig cairo xlibsWrapper ];
 
   configurePhase = ''
     (