aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libmng
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 17:50:15 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commit1bf5ded1933b18af9a95dc263063756ed9d383ba (patch)
treea767e25be06d4b3f1f4fdee036731be93477bd23 /pkgs/development/libraries/libmng
parentb96fe03484ba8fa3091664246ec67a57f5703b1a (diff)
treewide: Lots of meta.hydraPlatforms -> meta.platforms
In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
Diffstat (limited to 'pkgs/development/libraries/libmng')
-rw-r--r--pkgs/development/libraries/libmng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libmng/default.nix b/pkgs/development/libraries/libmng/default.nix
index b97ee6a4ced0..284e82f9ad97 100644
--- a/pkgs/development/libraries/libmng/default.nix
+++ b/pkgs/development/libraries/libmng/default.nix
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = http://www.libmng.com;
license = licenses.zlib;
maintainers = with maintainers; [ marcweber urkud ];
- hydraPlatforms = platforms.linux;
+ platforms = platforms.linux;
};
}