about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-12-29 21:31:14 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-29 21:31:24 +0100
commit0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae (patch)
tree6efd21a3b867cd1fc6042466798d789f3c62309c
parentdb89a2ce38ac85820c8e56d44faecd567279c3c3 (diff)
downloadnixlib-0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae.tar
nixlib-0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae.tar.gz
nixlib-0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae.tar.bz2
nixlib-0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae.tar.lz
nixlib-0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae.tar.xz
nixlib-0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae.tar.zst
nixlib-0ea38bd65a3742026d0ecd948ebd8e5c2f4107ae.zip
libsForQt5.phonon-backend-gstreamer: remove DESTDIR
Originally introduced in 128901e09fd7cdd8f1fd8af2753dba54bf86c0f1,
it no longer appears to be necessary.
-rw-r--r--pkgs/development/libraries/phonon/backends/gstreamer.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/libraries/phonon/backends/gstreamer.nix b/pkgs/development/libraries/phonon/backends/gstreamer.nix
index d9267827e779..20723322c1db 100644
--- a/pkgs/development/libraries/phonon/backends/gstreamer.nix
+++ b/pkgs/development/libraries/phonon/backends/gstreamer.nix
@@ -52,10 +52,6 @@ stdenv.mkDerivation rec {
     qtx11extras
   ];
 
-  # cleanup: the build system creates (empty) $out/$out/share/icons (double prefix)
-  # if DESTDIR is unset
-  DESTDIR="/";
-
   nativeBuildInputs = [
     cmake
     pkgconfig