summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2016-12-26 22:22:24 +0100
committerGitHub <noreply@github.com>2016-12-26 22:22:24 +0100
commit72cc140c93960727e5e904dae390f900845c8127 (patch)
treea163323454fcc2aa08348a0db8da58255704df92 /pkgs/development
parent5d4894f3bc1375e58d144576990eb0393a60f877 (diff)
parent7c0e1f9fe44800605a5b849488350d0bf710a537 (diff)
downloadnixlib-72cc140c93960727e5e904dae390f900845c8127.tar
nixlib-72cc140c93960727e5e904dae390f900845c8127.tar.gz
nixlib-72cc140c93960727e5e904dae390f900845c8127.tar.bz2
nixlib-72cc140c93960727e5e904dae390f900845c8127.tar.lz
nixlib-72cc140c93960727e5e904dae390f900845c8127.tar.xz
nixlib-72cc140c93960727e5e904dae390f900845c8127.tar.zst
nixlib-72cc140c93960727e5e904dae390f900845c8127.zip
Merge pull request #21431 from mitchty/not-only-linux
Not only linux
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/cscope/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/cscope/default.nix b/pkgs/development/tools/misc/cscope/default.nix
index 2dff98a212d6..b737bb7a7dab 100644
--- a/pkgs/development/tools/misc/cscope/default.nix
+++ b/pkgs/development/tools/misc/cscope/default.nix
@@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
 
     maintainers = with stdenv.lib.maintainers; [viric];
 
-    platforms = with stdenv.lib.platforms; linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }