summary refs log tree commit diff
path: root/pkgs/development/libraries/librdf/raptor2.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-24 02:58:00 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-24 02:58:00 -0400
commit205fc55ea29a843f28b8fc1932cf1b88fce6bc1d (patch)
tree60356fe690d2af5f1d761f5464bee5485db2a9d7 /pkgs/development/libraries/librdf/raptor2.nix
parent46eeef1898ffbf57330ec31b96a6c2d89f8fcb36 (diff)
parent33b8830a85242ad09898a0c90a6f0494c34132ca (diff)
downloadnixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.gz
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.bz2
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.lz
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.xz
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.tar.zst
nixlib-205fc55ea29a843f28b8fc1932cf1b88fce6bc1d.zip
Merge remote-tracking branch 'upstream/staging' into compiler-rt
Diffstat (limited to 'pkgs/development/libraries/librdf/raptor2.nix')
-rw-r--r--pkgs/development/libraries/librdf/raptor2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/librdf/raptor2.nix b/pkgs/development/libraries/librdf/raptor2.nix
index 46a94e52595c..b7a78cb3daf6 100644
--- a/pkgs/development/libraries/librdf/raptor2.nix
+++ b/pkgs/development/libraries/librdf/raptor2.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
     homepage = http://librdf.org/raptor;
     license = with stdenv.lib.licenses; [ lgpl21 asl20 ];
     maintainers = with stdenv.lib.maintainers; [ marcweber ];
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }