treewide: stdenv.lib -> lib
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, xlibsWrapper, lua, gettext, groff }:
|
||||
{ lib, stdenv, fetchurl, xlibsWrapper, lua, gettext, groff }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ion-3-20090110";
|
||||
meta = {
|
||||
description = "Tiling tabbed window manager designed with keyboard users in mind";
|
||||
homepage = "http://modeemi.fi/~tuomov/ion";
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
platforms = with lib.platforms; linux;
|
||||
license = lib.licenses.lgpl21;
|
||||
};
|
||||
src = fetchurl {
|
||||
url = "http://tuomov.iki.fi/software/dl/ion-3-20090110.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user