summary refs log tree commit diff
path: root/pkgs/applications/office/ledger
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-01-06 05:52:21 +0000
committerShea Levy <shea@shealevy.com>2012-01-06 05:52:21 +0000
commit06c29d5ae7a5769910f7c3b144176d8ead87c855 (patch)
treefe07a40beaaa34368154ba9dc7b767dcf54f7fe4 /pkgs/applications/office/ledger
parentdc9bf79b545d97216739e37aa2e02025d2f80019 (diff)
downloadnixpkgs-06c29d5ae7a5769910f7c3b144176d8ead87c855.tar
nixpkgs-06c29d5ae7a5769910f7c3b144176d8ead87c855.tar.gz
nixpkgs-06c29d5ae7a5769910f7c3b144176d8ead87c855.tar.bz2
nixpkgs-06c29d5ae7a5769910f7c3b144176d8ead87c855.tar.lz
nixpkgs-06c29d5ae7a5769910f7c3b144176d8ead87c855.tar.xz
nixpkgs-06c29d5ae7a5769910f7c3b144176d8ead87c855.tar.zst
nixpkgs-06c29d5ae7a5769910f7c3b144176d8ead87c855.zip
Ledger isn't Linux-specific
svn path=/nixpkgs/trunk/; revision=31338
Diffstat (limited to 'pkgs/applications/office/ledger')
-rw-r--r--pkgs/applications/office/ledger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix
index 1bc8e586e33..c1cd4b42a02 100644
--- a/pkgs/applications/office/ledger/default.nix
+++ b/pkgs/applications/office/ledger/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
       their data, there really is no alternative.
     '';
 
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.all;
     maintainers = [ stdenv.lib.maintainers.simons ];
   };
 }