mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
mountall: strip trailing whitespace
This commit is contained in:
parent
719852784a
commit
cfb08fc600
|
@ -1,8 +1,8 @@
|
|||
{ stdenv, fetchurl, pkgconfig, libnih, dbus, udev, autoconf, automake, libtool, gettext }:
|
||||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mountall-2.35";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = https://launchpad.net/ubuntu/+archive/primary/+files/mountall_2.35.tar.gz;
|
||||
sha256 = "1k52d4x75balnwcsqgznvzrdqgbp2dqnrzw0n25kajdcwr192wwy";
|
||||
|
@ -15,10 +15,10 @@ stdenv.mkDerivation {
|
|||
buildInputs = [ pkgconfig libnih dbus.libs udev autoconf automake libtool gettext ];
|
||||
|
||||
makeFlags = "initramfshookdir=$(out)/share/initramfs-tools/hooks upstart_jobs_initramfs_configdir=$(out)/share/initramfs-tools/event-driven/upstart-jobs";
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = https://launchpad.net/ubuntu/+source/mountall;
|
||||
description = "Utility to mount all filesystems and emit Upstart events";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue