tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lhasa: supports darwin
Matthew Bauer
8 years ago
0293d0db
0b58b437
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
compression
lhasa
default.nix
+1
-1
pkgs/tools/compression/lhasa/default.nix
···
16
license = stdenv.lib.licenses.isc;
17
homepage = http://fragglet.github.io/lhasa;
18
maintainers = with stdenv.lib; [ maintainers.sander ];
19
-
platforms = stdenv.lib.platforms.linux;
20
};
21
}
···
16
license = stdenv.lib.licenses.isc;
17
homepage = http://fragglet.github.io/lhasa;
18
maintainers = with stdenv.lib; [ maintainers.sander ];
19
+
platforms = with stdenv.lib.platforms; linux ++ darwin;
20
};
21
}