summaryrefslogtreecommitdiffstats
path: root/pkgs/development
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 /pkgs/development
parentdb89a2ce38ac85820c8e56d44faecd567279c3c3 (diff)
libsForQt5.phonon-backend-gstreamer: remove DESTDIR
Originally introduced in 128901e09fd7cdd8f1fd8af2753dba54bf86c0f1, it no longer appears to be necessary.
Diffstat (limited to 'pkgs/development')
-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