treewide: checkMeta fixes for x86_64-linux
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{stdenv, fetchurl, xercesc }:
|
||||
with stdenv; with lib;
|
||||
mkDerivation rec {
|
||||
name = "libcutl-${meta.major}.${meta.minor}";
|
||||
|
||||
meta = {
|
||||
{ stdenv, fetchurl, xercesc }:
|
||||
let
|
||||
major = "1.9";
|
||||
minor = "0";
|
||||
in
|
||||
with stdenv; with lib;
|
||||
mkDerivation rec {
|
||||
name = "libcutl-${major}.${minor}";
|
||||
|
||||
meta = {
|
||||
description = "A collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks" ;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ];
|
||||
|
||||
Reference in New Issue
Block a user