pkgs/applications: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 14:24:03 +07:00
parent 2e34288f0d
commit 108bdac3d9
427 changed files with 1160 additions and 1154 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, intltool, glib, pkgconfig, udev, util-linux, acl }:
{ lib, stdenv, fetchurl, intltool, glib, pkgconfig, udev, util-linux, acl }:
stdenv.mkDerivation {
name = "udevil-0.4.4";
src = fetchurl {
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = {
description = "A command line Linux program which mounts and unmounts removable devices without a password, shows device info, and monitors device changes";
homepage = "https://ignorantguru.github.io/udevil/";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl3;
platforms = lib.platforms.linux;
license = lib.licenses.gpl3;
};
}