Merge pull request #109434 from siraben/pkgs-tools-stdenv

pkgs/tools: stdenv.lib -> lib
This commit is contained in:
Jörg Thalheim
2021-01-15 10:48:18 +00:00
committed by GitHub
916 changed files with 2510 additions and 2510 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python3Packages
{ lib, stdenv, fetchurl, python3Packages
, gobject-introspection, gsettings-desktop-schemas, gtk3
, wrapGAppsHook, xrandr
}:
@@ -34,7 +34,7 @@ in buildPythonApplication rec {
meta = {
homepage = "http://christian.amsuess.com/tools/arandr/";
description = "A simple visual front end for XRandR";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.domenkozar ];
};
}
+5 -5
View File
@@ -1,14 +1,14 @@
{stdenv, fetchurl, libX11, libXaw}:
{lib, stdenv, fetchurl, libX11, libXaw}:
stdenv.mkDerivation rec {
version = "0.10.0";
pname = "autocutsel";
src = fetchurl {
url = "https://github.com/sigmike/autocutsel/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "0gsys2dzh4az51ndcsabhlbbrjn2nm75lnjr45kg6r8sm8q66dx2";
};
buildInputs = [ libX11 libXaw ];
installPhase = ''
mkdir -p $out/bin
@@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
inherit version;
homepage = "https://www.nongnu.org/autocutsel/";
description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; all;
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; all;
updateWalker = true;
};
}
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
description = "Compiles a XKB keyboard description to a keymap suitable for loadkeys";
homepage = "https://salsa.debian.org/installer-team/console-setup";
license = licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ dezgeg ];
maintainers = with lib.maintainers; [ dezgeg ];
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "go-sct";
version = "20180605-${stdenv.lib.strings.substring 0 7 rev}";
version = "20180605-${lib.strings.substring 0 7 rev}";
rev = "eb1e851f2d5017038d2b8e3653645c36d3a279f4";
goPackagePath = "github.com/d4l3k/go-sct";
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkg-config, gdk-pixbuf, popt }:
{ lib, stdenv, fetchurl, pkg-config, gdk-pixbuf, popt }:
stdenv.mkDerivation rec {
pname = "icon-slicer";
version = "0.3";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ popt pkg-config ];
buildInputs = [ gdk-pixbuf ];
meta = with stdenv.lib; {
meta = with lib; {
description = "Utility for generating icon themes and libXcursor cursor themes";
homepage = "https://www.freedesktop.org/wiki/Software/icon-slicer/";
license = licenses.mit;
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, gtkmm2 }:
{ lib, stdenv, fetchurl, pkgconfig, glib, gtkmm2 }:
let version = "1.6.1";
in
@@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
and settings are stored in a human-readable config file.
'';
homepage = "https://github.com/l3ib/nitrogen";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.auntie ];
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.auntie ];
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, autoconf, automake, fetchFromGitHub, libgcc, libjpeg_turbo
{ lib, stdenv, autoconf, automake, fetchFromGitHub, libgcc, libjpeg_turbo
, libpng, libtool, libxml2, pkgconfig, which, xorg
, libtirpc
}:
@@ -41,8 +41,8 @@ stdenv.mkDerivation rec {
meta = {
description = "NX X server based on Xnest";
homepage = "https://github.com/ArcticaProject/nx-libs";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ jD91mZM2 ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ jD91mZM2 ];
platforms = lib.platforms.linux;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gtk2, libglade, openbox,
{ lib, stdenv, fetchurl, pkgconfig, gtk2, libglade, openbox,
imlib2, libstartup_notification, makeWrapper, libSM }:
stdenv.mkDerivation rec {
@@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
meta = {
description = "GUI configuration tool for openbox";
homepage = "http://openbox.org/wiki/ObConf";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.lhvwb ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2;
maintainers = [ lib.maintainers.lhvwb ];
platforms = lib.platforms.linux;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, perl, xorgproto, libX11}:
{lib, stdenv, fetchurl, perl, xorgproto, libX11}:
let
s = # Generated upstream information
rec {
@@ -25,9 +25,9 @@ stdenv.mkDerivation {
meta = {
inherit (s) version;
description = ''A minimalistic X11 menu creator'';
license = stdenv.lib.licenses.free ; # 9menu derivative with 9menu license
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.free ; # 9menu derivative with 9menu license
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
homepage = "http://www.update.uu.se/~zrajm/programs/";
downloadPage = "http://www.update.uu.se/~zrajm/programs/ratmen/";
updateWalker = true;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
mkdir -p $out/bin
cp run_scaled $out/bin
wrapProgram $out/bin/run_scaled --prefix PATH ":" \
${stdenv.lib.makeBinPath [ bc xorgserver xpra xrandr ]}
${lib.makeBinPath [ bc xorgserver xpra xrandr ]}
'';
meta = with lib; {
+5 -5
View File
@@ -1,9 +1,9 @@
{ stdenv, fetchurl, pkgconfig, libX11 }:
{ lib, stdenv, fetchurl, pkgconfig, libX11 }:
stdenv.mkDerivation {
pname = "runningx";
version = "1.0";
src = fetchurl {
url = "http://www.fiction.net/blong/programs/mutt/autoview/RunningX.c";
sha256 = "1mikkhrx6jsx716041qdy3nwjac08pxxvxyq2yablm8zg9hrip0d";
@@ -27,8 +27,8 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.fiction.net/blong/programs/mutt/";
description = "A program for testing if X is running";
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];
license = lib.licenses.free;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.romildo ];
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, autoreconfHook, pkgconfig, gtk3 }:
{ lib, stdenv, fetchurl, autoreconfHook, pkgconfig, gtk3 }:
stdenv.mkDerivation rec {
pname = "screen-message";
@@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.joachim-breitner.de/en/projects#screen-message";
description = "Displays a short text fullscreen in an X11 window";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.fpletz ];
platforms = stdenv.lib.platforms.unix;
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.fpletz ];
platforms = lib.platforms.unix;
};
}
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ libX11 imlib2 ]
++ stdenv.lib.optional enableXinerama libXinerama;
++ lib.optional enableXinerama libXinerama;
buildFlags = [ "CC=cc" (if enableXinerama then "xinerama=1" else "xinerama=0") ] ;
+4 -4
View File
@@ -1,4 +1,4 @@
{stdenv, fetchgit, xorgproto, libX11, libXft, libXcomposite, libXdamage
{lib, stdenv, fetchgit, xorgproto, libX11, libXft, libXcomposite, libXdamage
, libXext, libXinerama, libjpeg, giflib, pkgconfig
}:
let
@@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
description = ''Expose-style compositing-based standalone window switcher'';
license = stdenv.lib.licenses.gpl2Plus ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2Plus ;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
};
}
+6 -6
View File
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, libX11 }:
{ lib, stdenv, fetchurl, libX11 }:
stdenv.mkDerivation rec {
version = "0.2";
pname = "sselp";
src = fetchurl {
url = "https://dl.suckless.org/tools/${pname}-${version}.tar.gz";
sha256 = "08mqp00lrh1chdrbs18qr0xv63h866lkmfj87kfscwdm1vn9a3yd";
};
buildInputs = [ libX11 ];
patchPhase = ''
@@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://tools.suckless.org/sselp";
description = "Prints the X selection to stdout, useful in scripts";
license = stdenv.lib.licenses.mit;
maintainers = [stdenv.lib.maintainers.magnetophon ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.mit;
maintainers = [lib.maintainers.magnetophon ];
platforms = lib.platforms.linux;
};
}
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
'';
meta = {
platforms = stdenv.lib.platforms.linux;
platforms = lib.platforms.linux;
inherit (virtualglLib.meta) license;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, libX11}:
{lib, stdenv, fetchFromGitHub, libX11}:
stdenv.mkDerivation rec {
pname = "wayv";
version = "0.3";
@@ -24,9 +24,9 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
description = "A gesture control for X11";
license = stdenv.lib.licenses.gpl2Plus ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2Plus ;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
homepage = "https://github.com/mikemb/wayV";
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, libX11
, glib
@@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://sites.google.com/site/tstyblo/wmctrl";
description = "CLI tool to interact with EWMH/NetWM compatible X Window Managers";
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; all;
maintainers = [ stdenv.lib.maintainers.Anton-Latukha ];
license = lib.licenses.gpl2;
platforms = with lib.platforms; all;
maintainers = [ lib.maintainers.Anton-Latukha ];
};
}
+5 -5
View File
@@ -1,8 +1,8 @@
{stdenv, fetchFromBitbucket, libX11}:
{lib, stdenv, fetchFromBitbucket, libX11}:
stdenv.mkDerivation rec {
pname = "xannotate";
version = "20150301";
src = fetchFromBitbucket {
owner = "blais";
repo = pname;
@@ -15,9 +15,9 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
description = "A tool to scribble over X windows";
license = stdenv.lib.licenses.gpl2Plus ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2Plus ;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
homepage = "https://bitbucket.org/blais/xannotate";
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libpng, libX11, libXext, libXi, libXtst }:
{ lib, stdenv, fetchurl, pkgconfig, libpng, libX11, libXext, libXi, libXtst }:
let version = "1.09"; in
stdenv.mkDerivation {
@@ -15,8 +15,8 @@ stdenv.mkDerivation {
meta = {
homepage = "https://www.hoopajoo.net/projects/xautomation.html";
description = "Control X from the command line for scripts, and do \"visual scraping\" to find things on the screen";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ vaibhavsagar ];
platforms = with stdenv.lib.platforms; linux;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ vaibhavsagar ];
platforms = with lib.platforms; linux;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, libX11, libXi, libXt, libXfixes, libXext}:
{lib, stdenv, fetchFromGitHub, libX11, libXi, libXt, libXfixes, libXext}:
stdenv.mkDerivation rec {
version = "1.7";
@@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
The name comes from ratpoison's "banish" command that sends the cursor to the
corner of the screen.
'';
license = stdenv.lib.licenses.bsd3;
maintainers = [stdenv.lib.maintainers.choochootrain];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.bsd3;
maintainers = [lib.maintainers.choochootrain];
platforms = lib.platforms.linux;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, gtk, pkgconfig, procps, makeWrapper, ... }:
{ lib, stdenv, fetchurl, gtk, pkgconfig, procps, makeWrapper, ... }:
stdenv.mkDerivation rec {
pname = "xbindkeys-config";
@@ -17,9 +17,9 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://packages.debian.org/source/xbindkeys-config";
description = "Graphical interface for configuring xbindkeys";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [benley];
platforms = with stdenv.lib.platforms; linux;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [benley];
platforms = with lib.platforms; linux;
};
patches = [ ./xbindkeys-config-patch1.patch ];
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libX11, guile }:
{ lib, stdenv, fetchurl, pkgconfig, libX11, guile }:
let version = "1.8.7"; in
stdenv.mkDerivation {
@@ -15,8 +15,8 @@ stdenv.mkDerivation {
meta = {
homepage = "https://www.nongnu.org/xbindkeys/xbindkeys.html";
description = "Launch shell commands with your keyboard or your mouse under X Window";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux;
};
}
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, imake, gccmakedep
{ lib, stdenv, fetchurl, imake, gccmakedep
, libX11, libXaw, libXext, libXmu, libXpm, libXxf86vm }:
stdenv.mkDerivation {
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
meta = {
description = "X11 brigthness and gamma software control";
homepage = "http://shallowsky.com/software";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.mit;
platforms = lib.platforms.linux;
};
}
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libX11 }:
{ lib, stdenv, fetchurl, libX11 }:
stdenv.mkDerivation rec {
name = "xchainkeys-0.11";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://henning-bekel.de/xchainkeys/";
description = "A standalone X11 program to create chained key bindings";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
license = lib.licenses.gpl3;
platforms = lib.platforms.unix;
};
}
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
# just needed when built from git
buildInputs = [ libxslt docbook_xml_dtd_412 docbook_xsl xmlto w3m ];
postInstall = stdenv.lib.optionalString mimiSupport ''
postInstall = lib.optionalString mimiSupport ''
cp ${mimisrc}/xdg-open $out/bin/xdg-open
'' + ''
sed '2s#.#\
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libX11, perl, libXtst, xorgproto, libXi, libXinerama, libxkbcommon }:
{ lib, stdenv, fetchurl, pkgconfig, libX11, perl, libXtst, xorgproto, libXi, libXinerama, libxkbcommon }:
stdenv.mkDerivation rec {
pname = "xdotool";
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.semicomplete.com/projects/xdotool/";
description = "Fake keyboard/mouse input, window management, and more";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libXi, xorgproto, autoconf, automake, libtool, m4, xlibsWrapper, pkgconfig }:
{ lib, stdenv, fetchurl, libXi, xorgproto, autoconf, automake, libtool, m4, xlibsWrapper, pkgconfig }:
stdenv.mkDerivation rec {
pname = "xinput_calibrator";
@@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/tias/xinput_calibrator";
description = "A generic touchscreen calibration program for X.Org";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.flosse ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.flosse ];
platforms = lib.platforms.linux;
};
}
+7 -7
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, libX11
, libXt
@@ -35,11 +35,11 @@ stdenv.mkDerivation rec {
buildInputs = [
libX11 libXt
] ++ stdenv.lib.optionals withJpegSupport [
] ++ lib.optionals withJpegSupport [
libjpeg
] ++ stdenv.lib.optionals withPngSupport [
] ++ lib.optionals withPngSupport [
libpng
] ++ stdenv.lib.optionals withTiffSupport [
] ++ lib.optionals withTiffSupport [
libtiff
];
@@ -80,9 +80,9 @@ stdenv.mkDerivation rec {
zoom, brightening/darkening and merging.
'';
license = stdenv.lib.licenses.gpl2Plus;
license = lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ andrew-d ];
platforms = stdenv.lib.platforms.linux; # arbitrary choice
maintainers = with lib.maintainers; [ andrew-d ];
platforms = lib.platforms.linux; # arbitrary choice
};
}
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libX11, libXtst, xorgproto, libXi }:
{ lib, stdenv, fetchurl, libX11, libXtst, xorgproto, libXi }:
stdenv.mkDerivation rec {
pname = "xmacro";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 libXtst xorgproto libXi ];
meta = {
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
platforms = lib.platforms.linux;
license = lib.licenses.gpl2;
};
}
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Middle mouse button primary X selection/clipboard paste disabler";
homepage = "https://github.com/milaq/XMousePasteBlock";
license = stdenv.lib.licenses.gpl2;
license = lib.licenses.gpl2;
maintainers = [ maintainers.petercommand ];
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, libX11, xorgproto, libXext, libXtst
{ fetchurl, lib, stdenv, libX11, xorgproto, libXext, libXtst
, gtk2, libXi, pkgconfig, texinfo }:
stdenv.mkDerivation rec {
@@ -45,11 +45,11 @@ stdenv.mkDerivation rec {
"macros", retype a file.
'';
license = stdenv.lib.licenses.gpl3Plus;
license = lib.licenses.gpl3Plus;
homepage = "https://www.gnu.org/software/xnee/";
maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, xorg, fetchgit }:
{ lib, stdenv, xorg, fetchgit }:
stdenv.mkDerivation rec {
pname = "xpointerbarrier";
version = "18.06";
@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://uninformativ.de/git/xpointerbarrier";
description = "Create X11 pointer barriers around your working area";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.xzfc ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.xzfc ];
platforms = lib.platforms.linux;
};
}
+1 -1
View File
@@ -97,7 +97,7 @@ in buildPythonApplication rec {
--set XPRA_INSTALL_PREFIX "$out"
--set XPRA_COMMAND "$out/bin/xpra"
--prefix LD_LIBRARY_PATH : ${libfakeXinerama}/lib
--prefix PATH : ${stdenv.lib.makeBinPath [ getopt xorgserver xauth which util-linux pulseaudio ]}
--prefix PATH : ${lib.makeBinPath [ getopt xorgserver xauth which util-linux pulseaudio ]}
)
'';
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, libX11, libXScrnSaver, libXext, gnulib
{ lib, stdenv, fetchFromGitHub, libX11, libXScrnSaver, libXext, gnulib
, autoconf, automake, libtool, gettext, pkgconfig
, git, perl, texinfo, help2man
}:
@@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
inherit version;
description = ''A command-line tool to print idle time from libXss'';
homepage = "http://taktoa.me/xprintidle-ng/";
license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.gpl2;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
};
}
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, xorg, pkgconfig, ncurses }:
{ lib, stdenv, fetchurl, xorg, pkgconfig, ncurses }:
stdenv.mkDerivation {
pname = "xrestop";
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
buildInputs = [ xorg.libX11 xorg.libXres xorg.libXext ncurses ];
meta = {
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2;
platforms = lib.platforms.unix;
license = lib.licenses.gpl2;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, gtk2, cmake, pkgconfig, libXdamage }:
{ lib, stdenv, fetchFromGitHub, gtk2, cmake, pkgconfig, libXdamage }:
stdenv.mkDerivation rec {
version = "0.4.2";
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
description = ''X window switcher drawing a colourful grid'';
license = stdenv.lib.licenses.bsd2 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.bsd2 ;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
};
}
+4 -4
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, libX11, libXext, libXt, imake, gccmakedep}:
{ lib, stdenv, fetchurl, libX11, libXext, libXt, imake, gccmakedep}:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
@@ -31,8 +31,8 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
description = "An X11 screen zoom tool";
license = stdenv.lib.licenses.free ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.free ;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
};
}