tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libstrophe: Add "platforms" meta information
dev.hell
11 years ago
6ba67491
b89b6d15
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libstrophe
default.nix
+1
pkgs/development/libraries/libstrophe/default.nix
···
28
28
'';
29
29
homepage = http://strophe.im/libstrophe/;
30
30
license = stdenv.lib.licenses.gpl3;
31
31
+
platforms = stdenv.lib.platforms.linux;
31
32
maintainers = [ stdenv.lib.maintainers.devhell ];
32
33
};
33
34
}