st: refactor out `stdenv.lib' already in scope

This commit is contained in:
xd1le 2017-07-12 02:25:18 +10:00
parent bd2cef064c
commit 4934a512d1
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
meta = {
homepage = http://st.suckless.org/;
license = stdenv.lib.licenses.mit;
license = licenses.mit;
maintainers = with maintainers; [viric andsild];
platforms = platforms.linux;
};

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://st.suckless.org/;
license = stdenv.lib.licenses.mit;
license = licenses.mit;
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};