about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-13 12:13:04 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-13 12:13:04 +0100
commit09e2d3462ec2afe412d68bc78168a58eea994659 (patch)
treee395f7cc274c0af1863827e41167ce33bb28c772
parent0b0bd1a267627c5f9177e6d2d43af1cca8114e33 (diff)
downloadnixlib-09e2d3462ec2afe412d68bc78168a58eea994659.tar
nixlib-09e2d3462ec2afe412d68bc78168a58eea994659.tar.gz
nixlib-09e2d3462ec2afe412d68bc78168a58eea994659.tar.bz2
nixlib-09e2d3462ec2afe412d68bc78168a58eea994659.tar.lz
nixlib-09e2d3462ec2afe412d68bc78168a58eea994659.tar.xz
nixlib-09e2d3462ec2afe412d68bc78168a58eea994659.tar.zst
nixlib-09e2d3462ec2afe412d68bc78168a58eea994659.zip
bamf: fix build
-rw-r--r--pkgs/development/libraries/bamf/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/libraries/bamf/default.nix b/pkgs/development/libraries/bamf/default.nix
index 58d44a541374..ec985fcc02f2 100644
--- a/pkgs/development/libraries/bamf/default.nix
+++ b/pkgs/development/libraries/bamf/default.nix
@@ -26,9 +26,7 @@ stdenv.mkDerivation rec {
     vala
     which
     # Tests
-    python2
-    python2.pkgs.libxslt
-    python2.pkgs.libxml2
+    (python2.withPackages(ps: with ps; [ libxslt libxml2 ]))
     dbus
     xorgserver
     wrapGAppsHook