summary refs log tree commit diff
path: root/pkgs/development/libraries/libvisual
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-21 11:28:56 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-21 11:29:11 -0400
commita33837391a0031de949311e18a3ccda370f99c0c (patch)
tree1462ca4729ac0415f111c06cd657cd52f15ba6c1 /pkgs/development/libraries/libvisual
parentbff304c7feae0cee5cd99d3c663afc0d2583b4c0 (diff)
downloadnixpkgs-a33837391a0031de949311e18a3ccda370f99c0c.tar
nixpkgs-a33837391a0031de949311e18a3ccda370f99c0c.tar.gz
nixpkgs-a33837391a0031de949311e18a3ccda370f99c0c.tar.bz2
nixpkgs-a33837391a0031de949311e18a3ccda370f99c0c.tar.lz
nixpkgs-a33837391a0031de949311e18a3ccda370f99c0c.tar.xz
nixpkgs-a33837391a0031de949311e18a3ccda370f99c0c.tar.zst
nixpkgs-a33837391a0031de949311e18a3ccda370f99c0c.zip
gstreamer: don’t use libvisual
Fixes #63617
Diffstat (limited to 'pkgs/development/libraries/libvisual')
-rw-r--r--pkgs/development/libraries/libvisual/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libvisual/default.nix b/pkgs/development/libraries/libvisual/default.nix
index 2a53a1d0e7c..6e8e2d95b6b 100644
--- a/pkgs/development/libraries/libvisual/default.nix
+++ b/pkgs/development/libraries/libvisual/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
     description = "An abstraction library for audio visualisations";
     homepage = https://sourceforge.net/projects/libvisual/;
     license = stdenv.lib.licenses.lgpl21Plus;
-    platforms = stdenv.lib.platforms.unix;
+    platforms = stdenv.lib.platforms.linux;
   };
 }